home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_877 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-01  |  237b  |  14 lines

  1. on(release){
  2.    _root.imusic = 1;
  3.    if(_root.gstate == 1)
  4.    {
  5.       getUrl("FSCommand:exec", "player.exe\tmn.mid");
  6.    }
  7.    else
  8.    {
  9.       _root.playmusic();
  10.    }
  11.    _parent.musicz0.gotoAndStop("e");
  12.    gotoAndStop(2);
  13. }
  14.